Replace ?? with lambda by default
authorjustbur <justin@burkett.cc>
Mon, 3 Aug 2015 17:46:20 +0000 (13:46 -0400)
committerjustbur <justin@burkett.cc>
Mon, 3 Aug 2015 17:46:20 +0000 (13:46 -0400)
which-key.el

index 321baf0a95d3af08881895ed71b9d2c0ee5a9e3e..cb68ec06af5b1b7b9b054c20aaaf0c7efbaad308 100644 (file)
@@ -96,7 +96,8 @@ in the first example."
   :type '(alist :key-type regexp :value-type string))
 
 (defcustom which-key-description-replacement-alist
-  '(("Prefix Command" . "prefix") ("which-key-show-next-page" . "wk next pg"))
+  '(("Prefix Command" . "prefix") ("which-key-show-next-page" . "wk next pg")
+    ("\\`\\?\\?\\'" . "lambda"))
   "See `which-key-key-replacement-alist'.
 This is a list of lists for replacing descriptions."
   :group 'which-key